Skip to content

Notification.Exception property

Defined in

Type: Notification Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public abstract Exception? Exception { get; }

Summary: Returns the exception of an OnError notification or returns null.

Returns: Exception?